2.6 Communication between client and server
- Only HTTP?
- Not only HTTP to retrieve Web contents and to send data, but also we need
- Asynchronous communication
- Stateful communication, and
- Real-time communication.
- Related technologies are ...
- AJAX, JSON, XML
- SSE
- Stateful communication - WebSocket
- Real-time communication - WebRTC
- Learning outcomes
- Explain briefly what AJAX and SSE are.